Vcenter NamespaceManagement Supervisors Certificates SigningRequests CreateSpec

Vcenter NamespaceManagement Supervisors Certificates SigningRequests CreateSpec
Vcenter NamespaceManagement Supervisors Certificates SigningRequests CreateSpec

The Vcenter NamespaceManagement Supervisors Certificates SigningRequests CreateSpec schema contains the specification required to create new Certificate Signing Request for the Supervisor.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "csr_type": "string",
    "key_size": 0,
    "common_name": "string",
    "country": "string",
    "state_or_province": "string",
    "locality": "string",
    "organization_name": "string",
    "organization_unit_name": "string",
    "email_address": "string"
}
string
csr_type
Required

Certificate Signing Request kind.

For more information see: Vcenter NamespaceManagement Supervisors Certificates SigningRequests CSRType.

This property was added in vSphere API 9.1.0.0.

integer As int64 As int64
key_size
Optional

Size of key associated with the new Certificate Signing Request.

This property was added in vSphere API 9.1.0.0.

If missing or null, the generated key will be 3072 bits long.

string
common_name
Required

Name identifying the machine. Its value will be set in Certificate Signing Request Subject's CN field.

This property was added in vSphere API 9.1.0.0.

string
country
Required

Two-letter country code (as defined in ISO-3166) to be set in Certificate Signing Request Subject's C field.

This property was added in vSphere API 9.1.0.0.

string
state_or_province
Required

State or province to be set in Certificate Signing Request Subject's ST field.

This property was added in vSphere API 9.1.0.0.

string
locality
Required

Locality (city) to be set in Certificate Signing Request Subject's L field.

This property was added in vSphere API 9.1.0.0.

string
organization_name
Required

Organization to be set in Certificate Signing Request Subject's O field.

This property was added in vSphere API 9.1.0.0.

string
organization_unit_name
Required

Organizational Unit to be set in Certificate Signing Request Subject's OU field.

This property was added in vSphere API 9.1.0.0.

string
email_address
Optional

Email to be set in Certificate Signing Request Subject Alternative Names.

This property was added in vSphere API 9.1.0.0.

If missing or null, no email address will be set in the Certificate Signing Request.